home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / cross / avra-0.4_bin.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  3.0 KB  |  93 lines

  1. Short:    Atmel AVR cross-assembler (binary)
  2. Author:   jonah@colargol.tihlde.hist.no (Jon Anders Haugum)
  3. Uploader: rdc@cch.pmc.ru (Denis I.Sotchenko)
  4. Version:  0.4
  5. Type:     dev/cross
  6.  
  7.     avra - Assember for the Atmel AVR microcontroller series
  8.     Copyright (C) 1998-1999 Jon Anders Haugum
  9.  
  10.     This program is free software; you can redistribute it and/or modify
  11.     it under the terms of the GNU General Public License as published by
  12.     the Free Software Foundation; either version 2 of the License, or
  13.     (at your option) any later version.
  14.  
  15.     This program is distributed in the hope that it will be useful,
  16.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.     GNU General Public License for more details.
  19.  
  20.     You should have received a copy of the GNU General Public License
  21.     along with this program; see the file COPYING.  If not, write to
  22.     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  23.     Boston, MA 02111-1307, USA.
  24.  
  25.  
  26.     Author of avra can be reached at:
  27.        email: jonah@colargol.tihlde.hist.no
  28.        www: http://www.colargol.tihlde.hist.no/~jonah/el/avra.html
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. 1. Introduction
  33.  
  34. avra is an assembler for the Atmel AVR microcontrollers, and it is
  35. almost compatible with Atmel's own assembler. The difference is that
  36. avra supports some extra preprocessor directives, and the macro-support
  37. is better.
  38.  
  39. Since avra is written in ANSI C it should be possible to compile on
  40. most systems.
  41.  
  42. ----------------------------------------------------------------------
  43.  
  44. 2. Installation
  45.  
  46. To install avra you should copy the avra-executeable to a apropriate location.
  47.  
  48. To compile you should rename the apropritate makefile, and do a make (use smake
  49. for Amiga SAS/C, and nmake for Mickeysoft visual c++).
  50.  
  51.  
  52. 2.1 Linux
  53.  
  54. First you should compile the source by typing make.
  55.  
  56. avra should be copied to /usr/local/bin/ or other apropriate directory.
  57.  
  58. Doing a 'make install' will do the same thing.
  59.  
  60.  
  61. 2.2 AmigaOS
  62.  
  63. avra should be copied to c: or other apropriate directory.
  64.  
  65. If you are using the source-distribution a 'make install' will do the same.
  66.  
  67.  
  68. 2.3 win32 (Windows 95 (++) and Windows NT)
  69.  
  70. avra.exe should be copied to an apropriate location.  A 'nmake install' will
  71. copy it and avra.def to c:\bin\
  72.  
  73. ----------------------------------------------------------------------
  74.  
  75. 4. Adding support for other systems
  76.  
  77. avra is written mostly in ANSI-C, so it should be possible to port it
  78. to other 32-bit systems.
  79.  
  80. Checklist to do a port:
  81.  -Make a system-dependent Makefile
  82.  -Send your modification to the author, so they can be included in the next
  83.   release.
  84.  
  85.  
  86. ============================= Archive contents =============================
  87.  
  88. Original  Packed Ratio    Date     Time    Name
  89. -------- ------- ----- --------- --------  -------------
  90.    38692   22181 42.6% 07-Aug-99 03:37:12  avra
  91. -------- ------- ----- --------- --------
  92.    38692   22181 42.6% 08-Aug-99 21:25:00   1 files
  93.